Skip to content

Track generated plugin AGENTS outputs - #118

Open
chubes4 wants to merge 1 commit into
trunkfrom
fix/117-track-generated-agents-output
Open

Track generated plugin AGENTS outputs#118
chubes4 wants to merge 1 commit into
trunkfrom
fix/117-track-generated-agents-output

Conversation

@chubes4

@chubes4 chubes4 commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Tracks the eight canonical plugin AGENTS.md outputs generated by scripts/build-plugins.mjs and required by scripts/verify-plugins.mjs.

Evidence

  • Source relationship: each added file is the direct canonical output of the existing plugin generator and is listed in issue Track generated AGENTS.md plugin outputs #117.
  • Change kind: generated artifact tracking only. No build logic, ignore rules, docs, runtime behavior, or unrelated generated files changed.
  • Verification capability: a clean subsequent pnpm build leaves no unstaged added, modified, or deleted paths; pnpm verify and the pinned producer-contract test pass.
  • Runtime scope: no runtime code changed. Tracking is limited to the eight evidence-specific outputs reported by the workspace-integrity failure.

Compatibility impact

None. This preserves the existing plugin contents and makes their generated instruction files available in repository snapshots.

Stranger-runnable verification

  1. Run pnpm install --frozen-lockfile.
  2. Run pnpm build.
  3. Run pnpm verify.
  4. Run git diff --exit-code and confirm no unstaged drift after the build.
  5. For producer contracts, clone the revisions pinned in tests/docs-agent-workflows.test.mjs, set DOCS_AGENT_DIR and WP_CODEBOX_DIR to those checkouts, then run pnpm test.

Fixes #117.

AI Assistance

Generated with meaningful assistance from OpenAI openai/gpt-5.6-terra: inspected the issue and generator/verification contracts, ran the canonical build, force-staged only the eight ignored generated outputs, verified clean rebuild behavior, and prepared this PR evidence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Track generated AGENTS.md plugin outputs

1 participant